Opc.Ua.Core
SetBinding Method (ITransportBindings<T>)



Opc.Ua.Bindings Namespace > ITransportBindings<T> Interface : SetBinding Method
Set the transport factory to the binding. Overrides other bindings with the same uri scheme.
Syntax
'Declaration
 
Sub SetBinding( _
   ByVal binding As T _
) 
'Usage
 
Dim instance As ITransportBindings(Of T)
Dim binding As T
 
instance.SetBinding(binding)
void SetBinding( 
   T binding
)
void SetBinding( 
   T^ binding
) 

Parameters

binding
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITransportBindings<T> Interface
ITransportBindings<T> Members